home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gSB15List, gNavMap
- if getaProp(gNavMap, 17) <> 1 then
- setProp(gNavMap, 17, 2)
- end if
- commonSetup(15, 1, 1, 1)
- hSetVisibles(20, 22, 0)
- if getProp(gSB15List, 10) = 0 then
- hSetVisibles(10, 1)
- else
- hSetVisibles(10, 0)
- end if
- if getProp(gSB15List, 11) = 0 then
- hSetVisibles(11, 1)
- else
- hSetVisibles(11, 0)
- end if
- hPup(10, 11, 1)
- set listoSprites to [4, 7, 10, 11, 38]
- changeCursor(listoSprites, 1)
- end
-